A. User and Custom controls are displayed correctly in the Visual Studio .NET Designer.
B. User controls are displayed correctly in the Visual Studio .NET Designer
C. Custom controls are displayed correctly in VS.Net Designer
D. None of these
Advertisement
Related Mcqs:
- Which of the following is true about session in ASP.NET ?
- A. The default time interval is 5 minutes B. Programmers has to take care of delete sessions after configurable timeout interval C. ASP.NET automatically delete sessions after configurable timeout interval D. None of the Above...
- If one uses ASP.NET configuration system to restrict access which of the following is TRUE ?
- A. The access is restricted only to ASP.NET files B. The access is restricted only to static files and non-ASP.NET resources. C. Both A and B D. None of the Above...
- Which of the following is true ?
- A. IsPostBack is a readonly property of System.Web.UI.Page class B. IsPostBack is a method of System.UI.Web.Page class C. IsPostBack is a method of System.Web.UI.Page class D. None of these...
- Which of the following is TRUE about Windows Authentication in ASP.NET ?
- A. Role membership determined only by user programming B. Automatically determines role membership C. ASP.NET does not support Windows Authentication D. None of these...
- Output : Response.Buffer = True Response.ExpiresAbsolute = Now().Subtract(New TimeSpan(1, 0, 0, 0)) Response.Expires = 0 Response.CacheControl = “no-cache” ?
- A. Avoid page to be cached B. Clears the buffer area C. The session expires D. None of the Above...
- Which of the following denote value that can be taken by Cache-Control of ASP.NET ?
- A. Private B. no-cache C. Public D. All of the above...
- Which of the following denote ways to manage state in an ASP.Net Application ?
- A. Application objects B. Session objects C. ViewState D. All of the above...
- Which of the following is used to send email message from my ASP.NET page?
- A. System.Web.Mail.SmtpMail B. System.Web.Mail.MailMessage C. Both A and B D. None of these...
- Which of the following denote the web control associated with Table control function of ASP.NET ?
- A. DataList B. TableRow C. ListBox D. All the Above...
- The GridView control in ASP.NET has which of the following features ?
- A. Automatic paging B. Automatic data binding C. Both A and B D. None of the above...
Advertisement